'Declaration
Public Overloads Sub AddRubberStampAnnotInteractive( _ ByVal Text As String, _ ByVal ForeColor As Integer, _ ByVal FontName As String, _ ByVal FontStyle As FontStyle, _ ByVal BorderColor As Integer, _ ByVal BorderWidth As Single, _ ByVal Opacity As Single, _ ByVal Rotation As Single _ )
public void AddRubberStampAnnotInteractive( string Text, int ForeColor, string FontName, FontStyle FontStyle, int BorderColor, float BorderWidth, float Opacity, float Rotation )
public procedure AddRubberStampAnnotInteractive( Text: String; ForeColor: Integer; FontName: String; FontStyle: FontStyle; BorderColor: Integer; BorderWidth: Single; Opacity: Single; Rotation: Single );
public function AddRubberStampAnnotInteractive( Text : String, ForeColor : int, FontName : String, FontStyle : FontStyle, BorderColor : int, BorderWidth : float, Opacity : float, Rotation : float );
public: void AddRubberStampAnnotInteractive( string* Text, int ForeColor, string* FontName, FontStyle FontStyle, int BorderColor, float BorderWidth, float Opacity, float Rotation )
public: void AddRubberStampAnnotInteractive( String^ Text, int ForeColor, String^ FontName, FontStyle FontStyle, int BorderColor, float BorderWidth, float Opacity, float Rotation )
Parameters
- Text
- ForeColor
- FontName
- FontStyle
- BorderColor
- BorderWidth
- Opacity
- Rotation